home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 176-200 / disk_179 / unixutil / readme < prev    next >
Text File  |  1992-05-06  |  1KB  |  30 lines

  1. Here are some utilities that I have found useful.  head, tail, tee 
  2. and wc are similar to *NIX utilities of the same name.  detab and
  3. entab remove and instert tabs respectively in source files.  trunc
  4. removes trailing white space, inserts left margins, deletes/converts
  5. CR's in source files, etc.  
  6.  
  7. All of these utilities write to standard output and read from 
  8. standard input if a file name is not provided on the command line.
  9. This is so that each may 'pipe' its output to the input of another.
  10. Note that if someday *real* pipes become available (:-)), tail will 
  11. break due to seeks.
  12.  
  13. These programs were compiled using the Manx C compiler (v3.6a), but 
  14. conversion to Lattice should be easy; I have tried to keep all of 
  15. the code as straight-forward as possible.
  16.  
  17. The sources & binaries are freely distributable;  you may do anything
  18. you like with them except sell them for profit as long as you leave
  19. my name in the source and include this notice with the source files.
  20.  
  21. Have fun.
  22.  
  23.  
  24.          Gary Brant
  25.  
  26.     US mail: 1355 Eustis St. #1
  27.              St. Paul, MN 55108
  28.  
  29.     ARPA:     brant@uc.msc.umn.edu
  30.